golang.org/x/net/http2.serverConn.unackedSettings (field)
5 uses
golang.org/x/net/http2 (current package)
server.go#L585: unackedSettings int // how many SETTINGS have we sent without ACKs?
server.go#L916: sc.unackedSettings++
server.go#L1748: sc.unackedSettings--
server.go#L1749: if sc.unackedSettings < 0 {
server.go#L2051: if sc.unackedSettings == 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)